home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmMM_501_EachWindow < prev    next >
Encoding:
Text File  |  1992-04-08  |  721 b   |  33 lines

  1. %case sourcefile%
  2.     %if rsrcID > 999%
  3.         %genfile window.DEF U+windname+.DEF%
  4.         %genfile window U+windname+.MOD%
  5.     %endif%
  6. %case uses%
  7.     %if rsrcID > 999%
  8.         FROM U%windname% IMPORT
  9.             New%windname%;
  10.     %endif%
  11. %case dependency%
  12.     %if rsrcID > 999%
  13.         "{ObjApp}U%windname%.MSYM" ∂
  14.     %endif%
  15. %case makeDepend%
  16.     %if rsrcID > 999%
  17.         "{ObjApp}U%windname%.MSYM" ƒ    "{SrcApp}U%windname%.DEF" ∂
  18.     
  19.         "{ObjApp}U%windname%.MOD.o" ƒ    "{SrcApp}U%windname%.MOD" ∂
  20.                                     "{ObjApp}U%windname%.MSYM" ∂
  21.                                     "{ObjApp}ResourceDefs.MSYM" ∂
  22.                                     "{MAM2Sym}UAMLibraryM.MSYM"
  23.     
  24.     %endif%
  25. %case makeWindow%
  26.     %if rsrcID > 999%
  27.         aWindow := New%windname% (SELF);
  28.     %endif%
  29. %case linkFile%
  30.     %if rsrcID > 999%
  31.         "{ObjApp}U%windname%.MOD.o" ∂
  32.     %endif%
  33.